home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / HyperTalk / Clip XCMD ƒ / ClipXCMD Info < prev   
Encoding:
Text File  |  1988-03-08  |  1.2 KB  |  26 lines  |  [TEXT/?EDT]

  1. /* Written  1:10 pm  Mar  7, 1988 by PUGH@NMFECC.ARPA in uxe.cso.uiuc.edu:comp.sys.mac.hypercard */
  2. /* ---------- "GetClipboard / PutClipboard XCMDs" ---------- */
  3. Here are an XCMD and an XFCN that will read and write to the clipboard from
  4. HyperTalk.  They are simple and easy to use and save you from having to place
  5. text into a field before copying it with that "click at with shiftkey" stuff.
  6.  
  7. These were written by yours truly and are released for your use.
  8.  
  9. By the way, I managed to avoid the MultiFinder Clipboard problem.  Whenever
  10. you call PutScrap, simply call SystemEdit(3) to make MultiFinder change
  11. everyone's clipboard.  It makes MF think that someone pulled down the Copy
  12. menu item.
  13.  
  14. This has also been posted to Info-Mac for archiving at Sumex-Aim.
  15.  
  16. Jon
  17.  
  18.          N         L                          pugh@nmfecc.arpa
  19.           M    A    L          National Magnetic Fusion Energy Computer Center
  20.            F    T    N             Lawrence Livermore National Laboratory
  21.             E         L                       PO Box 5509 L-561
  22.              C                           Livermore, California 94550
  23.               C                                (415) 423-4239
  24.  
  25. (Convert with BinHex or StuffIt)
  26.